-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[torchlib] Implement aten::prelu
#1728
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1728 +/- ##
==========================================
+ Coverage 74.69% 74.88% +0.19%
==========================================
Files 242 242
Lines 25862 25869 +7
Branches 4662 4665 +3
==========================================
+ Hits 19317 19373 +56
+ Misses 5676 5627 -49
Partials 869 869 ☔ View full report in Codecov by Sentry. |
Test Results 24 files ± 0 24 suites ±0 3h 4m 35s ⏱️ - 10m 11s For more details on these failures, see this check. Results for commit 9325070. ± Comparison against base commit 54537e4. This pull request removes 296 and adds 2466 tests. Note that renamed tests count towards both.
This pull request removes 93 skipped tests and adds 704 skipped tests. Note that renamed tests count towards both.
|
Is there a reason we don't use ONNX PRelu? https://github.com/onnx/onnx/blob/main/docs/Operators.md#PRelu. I found this from the difference between torchscript and torch-onnx graph. |
I didn't know it existed. I will update. |
No description provided.